The pick instrument flags provide information to the NAPickInstrument [link] and NAPickEditInstrument [link] functions on which instruments to present for the user to choose from.
enum {
kPickDontMix = 1,
kPickSameSynth = 2,
kPickUserInsts = 4,
kPickEditAllowPick = 16
};
| Previous | Chapter Contents | Chapter Top | Next |